home *** CD-ROM | disk | FTP | other *** search
Wrap
<!-- #INCLUDE VIRTUAL="/golive/config/include/utils.runtime5.asp" --> <!-- #INCLUDE VIRTUAL="/golive/config/include/ado.runtime5.asp" --> <!DOCTYPE html PUBLIC "-//W3C/DTD HTML 4.0 Transitional/EN"> <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <meta name="generator" content="Adobe GoLive 5"> <title>Adobe Magazine</title> <%'Dynamic Link set Feature_InformationRecordSet = CreateObject("ADODB.RecordSet") Feature_InformationRecordSet.Open "select * from Features order by Priority", ConnectString("Magazine") set Feature_Information = WrapRecordSet(Feature_InformationRecordSet, "ID") %><meta name="site-config-URL" content="http://localhost/golive/config/"> </head> <body bgcolor="white"> <table border="0" cellpadding="0" cellspacing="10" height="100%"> <tr> <td valign="top"> <h2><img src="images/logo.gif"></h2> <h2> <table border="0" cellpadding="0" cellspacing="0" width="145"> <tr> <td width="33"></td> <td> <h2>Contents</h2> <p><a href="frontpage.asp">Home</a><br> Features<br> Q & A</td> </tr> </table> </h2> </td> <td valign="top" align="left"> <h2><%=Feature_Information.Value("Title")%></h2> <p><%=Feature_Information.Value("Introduction")%></p> <p><img src='<%=Feature_Information.Value("ImageURL")%>' width="280" height="170"></p> <p><a href='fullarticle.asp?RECORD_KEY=<%=Feature_Information.Key()%>'>full story</a></td> <td width="1" valign="top" bgcolor="black"><img src="../intro/images/spacer.gif" width="1" height="1"></td> <td valign="top"> <h2>Features</h2> <p> <table> <% Feature_Information.MoveFirst %> <% Feature_Information.Move 2 - 1 %> <% while not Feature_Information.EOF and Feature_Information.AbsolutePosition <= 6 %> <tr> <td><a href='fullarticle.asp?RECORD_KEY=<%=Feature_Information.Key()%>'><%=Feature_Information.Value("Title")%></a> <hr> </td> </tr> <% Feature_Information.MoveNext %> <% wend %> </table> </p> <p>more stories...</td> </tr> </table> </body> </html> <% if 0 then %> <!-- Mock Content Feature_Information:Title {Ducky takes 1st prize} Feature_Information:Introduction {The ImageReady rubber ducky has surprised everyone, including its creators, by taking first prize in a local duck beauty pageant.} Feature_Information:ImageURL {images/ducky(big).jpg} Feature_Information:<TABLE> {<tr><td><a href="fullarticle.asp">Kidnappers foiled in plot to nab ducky<hr></a></td></tr><tr><td><a href="fullarticle.asp">Geese making angry noises about rigged judging<hr></a></td></tr><tr><td><a href="fullarticle.asp">Hordes of six year olds pack airport awaiting ducky's triumphant return<hr></a></td></tr><tr><td><a href="fullarticle.asp">Eating duck a la orange without feeling guilty<hr></a></td></tr><tr><td><a href="fullarticle.asp">Is synthetic rubber the latest trend?</a><hr></td></tr>} Feature_Information:Title {Local designer declares yellow passe} --> <% end if %>